permutation code - translation to russian
Diclib.com
Online Dictionary

permutation code - translation to russian

Random Permutation Statistics; Permutation statistic; Permutation statistics; Random permutation statistic

permutation code      

общая лексика

перестановочный код

permutation code      
код перестановки; перестановочный код
cyclic permutation         
  • Matrix]] of <math>\pi</math>
TYPE OF (MATHEMATICAL) PERMUTATION WITH NO FIXED ELEMENT
Transposition (mathematics); Circular permutation; Adjacent transposition; Circular Permutation; Anticyclic permutation
циклическая перестановка

Definition

ФРАНЦУЗСКИЙ ГРАЖДАНСКИЙ КОДЕКС
1804 (Кодекс Наполеона) , действующий гражданский кодекс Франции. Составлен при активном участии Наполеона. Включает нормы гражданского, семейного, процессуального, частично трудового права. Кодекс закрепил свободу частной собственности, провозгласив это право священным и неприкосновенным.

Wikipedia

Random permutation statistics

The statistics of random permutations, such as the cycle structure of a random permutation are of fundamental importance in the analysis of algorithms, especially of sorting algorithms, which operate on random permutations. Suppose, for example, that we are using quickselect (a cousin of quicksort) to select a random element of a random permutation. Quickselect will perform a partial sort on the array, as it partitions the array according to the pivot. Hence a permutation will be less disordered after quickselect has been performed. The amount of disorder that remains may be analysed with generating functions. These generating functions depend in a fundamental way on the generating functions of random permutation statistics. Hence it is of vital importance to compute these generating functions.

The article on random permutations contains an introduction to random permutations.